home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / bin / routef < prev    next >
Text File  |  2009-03-24  |  173b  |  10 lines

  1. #! /bin/sh
  2.  
  3. if [ -z "$*" ] ; then
  4.     exec ip -4 ro flush  scope global  type unicast
  5. else
  6.     echo "Usage: routef"
  7.     echo
  8.     echo "This script will flush the IPv4 routing table"
  9. fi
  10.